|
phpmyadmin - Operate from web browser
2010/07/24 |
| Install phpmyadmin to operate MySQL from web browser.
Web Server is required to installed. |
|
| [1] | Install phpmyadmin |
|
root@www05:~# aptitude -y install phpmyadmin # select which you using ![]() # answer "No", it's unnecessarry ![]() root@www05:~# vi /etc/apache2/conf.d/phpmyadmin.conf # near line 8: add lines below
Order deny,allow Deny from all Allow from 127.0.0.1 10.0.0.0/24 root@www05:~# /etc/init.d/apache2 restart * Restarting web server apache2 ... waiting ...done. |
| [2] | Access to "http://(your hostname or IP address)/phpmyadmin/" and login with a user in MySQL. |
|
| [3] | Just logined. |
|